home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / fractal / kaos.lha / fixptlib / fp_clear_proc.c < prev    next >
Encoding:
C/C++ Source or Header  |  1989-11-18  |  262 b   |  15 lines

  1. /* 
  2. ### procedure for clearing the periodic orbit data ###
  3. */
  4.  
  5. void fp_clear_proc()
  6. {
  7.         extern int n_stored_fp;
  8.         extern int fp_show_toggle;
  9.  
  10.         all_reset();
  11.         /* Reset the number to be 0 */
  12.         n_stored_fp=0;
  13.         all_refresh();
  14. }
  15.